2000-10-25 Robert Brady <robert@suse.co.uk>
+ * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
+ gdk_property_delete): If window == NULL, assume the root window.
+ (restoring the behaviour that was in 1.2).
+
* gtk/testtext.c (save_buffer): Allow creation of new files when
saving.
2000-10-25 Robert Brady <robert@suse.co.uk>
+ * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
+ gdk_property_delete): If window == NULL, assume the root window.
+ (restoring the behaviour that was in 1.2).
+
* gtk/testtext.c (save_buffer): Allow creation of new files when
saving.
2000-10-25 Robert Brady <robert@suse.co.uk>
+ * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
+ gdk_property_delete): If window == NULL, assume the root window.
+ (restoring the behaviour that was in 1.2).
+
* gtk/testtext.c (save_buffer): Allow creation of new files when
saving.
2000-10-25 Robert Brady <robert@suse.co.uk>
+ * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
+ gdk_property_delete): If window == NULL, assume the root window.
+ (restoring the behaviour that was in 1.2).
+
* gtk/testtext.c (save_buffer): Allow creation of new files when
saving.
2000-10-25 Robert Brady <robert@suse.co.uk>
+ * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
+ gdk_property_delete): If window == NULL, assume the root window.
+ (restoring the behaviour that was in 1.2).
+
* gtk/testtext.c (save_buffer): Allow creation of new files when
saving.
2000-10-25 Robert Brady <robert@suse.co.uk>
+ * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
+ gdk_property_delete): If window == NULL, assume the root window.
+ (restoring the behaviour that was in 1.2).
+
* gtk/testtext.c (save_buffer): Allow creation of new files when
saving.
2000-10-25 Robert Brady <robert@suse.co.uk>
+ * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
+ gdk_property_delete): If window == NULL, assume the root window.
+ (restoring the behaviour that was in 1.2).
+
* gtk/testtext.c (save_buffer): Allow creation of new files when
saving.
gulong ret_length;
guchar *ret_data;
- g_return_val_if_fail (window != NULL, FALSE);
- g_return_val_if_fail (GDK_IS_WINDOW (window), FALSE);
+ g_return_val_if_fail (!window || GDK_IS_WINDOW (window), FALSE);
if (window)
{
Display *xdisplay;
Window xwindow;
- g_return_if_fail (window != NULL);
- g_return_if_fail (GDK_IS_WINDOW (window));
+ g_return_if_fail (!window || GDK_IS_WINDOW (window));
if (window)
{
Display *xdisplay;
Window xwindow;
- g_return_if_fail (window != NULL);
- g_return_if_fail (GDK_IS_WINDOW (window));
+ g_return_if_fail (!window || GDK_IS_WINDOW (window));
if (window)
{